home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / utils / bootmgrs / spbt81.lzh / README.1ST next >
Text File  |  1993-03-27  |  13KB  |  231 lines

  1.                                                                        03/27/93
  2.                             SUPER BOOT VERSION 8.1
  3.  
  4.    The following files should be included in your SPBT81.LZH file:
  5.       README.1ST   - This file (a summary of changes from 7.4 to 8.1).
  6.       SUPERBT.PRG  - Super Boot 8.1.
  7.       SUPERBTA.PRG - Auxiliary program used by Super Boot.              
  8.       SUPER_CS.PRG - Super Boot Construction Set V8.1.
  9.       SUPER_CS.RSC - Resource file used by SUPER_CS.PRG.
  10.       SBCNV7_0.TOS - Program to convert 5.0, 5.1, 5.5, or 6.0 data file to 7.0.
  11.       SBCNV8_0.TOS - Program to convert 7.0, 7.2, or 7.4 data file to 8.0.
  12.       SUPERBT.DOC  - Manual for Super Boot.
  13.       STARTGEM.PRG - GEM program autobooter.
  14.       STARTGEM.DOC - Documentation for Startgem.
  15.    
  16.    Programs recommended for use with Super Boot (but not required):
  17.  
  18.       ACC.DOC      - Loads accessories from a folder named "ACCS".
  19.       ACC.PRG      - " "
  20.       AUTOSORT.PRG - Changes the order of files in the AUTO folder
  21.       DIGIEDIT.DOC - Convert sound files to DIGISOUND format
  22.       DIGIEDIT.PRG - " "
  23.       DIGIEDIT.RSC - " "
  24.       DIGIEDIX.RSC - " "
  25.       DIGISND.RSC  - " "
  26.       PICSW7.DOC   - Picswitch 0.7 - converts many picture formats
  27.       PICSW7.PRG   - " "
  28.       READ.ME      - Short description
  29.  
  30. ===========================================================================
  31.  
  32.                     SUMMARY OF CHANGES FROM 7.4 TO 8.0
  33.                     ----------------------------------
  34.  
  35. The Super Boot Construction Set only forces you to read the "Copyright/Please
  36. Register" screen when it doesn't find a SUPERBT.STF file (which should be
  37. just the first time it is used).  After that, it can be viewed from an
  38. option on the main menu called "About Super Boot".
  39. -----------------------------------------------------------------------------
  40. File capacity has been greatly expanded through use of a new Multi-Page file
  41. selection mode.  Each type of file is on a separate page, allowing 152 files
  42. of each type instead of a limit of 152 files total.  I badly needed this
  43. feature as I'm sure many others did, since I could no longer fit all of my
  44. files on a single screen.  This feature is optional.  You can move from one
  45. page to another by pressing RETURN or SHIFT RETURN.  RETURN moves you forward
  46. and SHIFT RETURN moves you backwards.  You can also move from page to page
  47. by moving the cursor off the edge of the screen (if you enable the wrap-around
  48. cursor on page 2 of Edit Program Parameters).  The page number you're on and
  49. the total number of pages will be shown in the bottom right corner of the
  50. screen.  Total file capacity is now 1824 total files.
  51. -----------------------------------------------------------------------------
  52. The reserved file type for GDOS ASSIGN.SYS files has been removed.  Not
  53. everybody uses these files (myself included) however they can be added back
  54. in as an "Other" file type.  This also expands the number of DESKTOP.INF
  55. files that can be selected (on the single-page file selection screen) from 9
  56. to 19 files.
  57. -----------------------------------------------------------------------------
  58. An additional "Other" file slot has been added, increasing the number of
  59. available "Other" file types from 8 to 9.  This was done partially to make
  60. up for removing the specific GDOS file type.
  61. -----------------------------------------------------------------------------
  62. Super Boot can now play DMA sound files in stereo or mono!  The "Sound &
  63. Welcome Screen" utilities in the Super Boot Construction Set have been
  64. enhanced to now play DMA sounds and to rename the sound file appropriately
  65. for use with Super Boot.  As before, Digisound sound files should have the
  66. extension .S##, where ## is a 2 digit number representing the sample rate,
  67. for example HELLO.S08.
  68.  
  69. DMA sound files should have the extension .S?#, where ? is "S" for Stereo or
  70. "M" for Mono, and # is the first digit of the DMA playback rate, 6 for 6,
  71. 1 for 12, 2 for 25, and 5 for 50.  Those are the only possible DMA play
  72. speeds.  Of course the DMA sound will only work if your computer is capable
  73. of DMA sound, as is the STE.  If your computer is capable of DMA sound, you
  74. need to specify that on page 7 of "Edit Program Parameters".  If you tell
  75. Super Boot that your machine can play DMA sound and it really can't, your
  76. machine will crash when you run SUPERBT.PRG.
  77. Example DMA filenames: HELLO.SS2 (DMA sound in stereo, play rate 25)
  78.                        ATARI.SM6 (DMA sound in mono, play rate 6).
  79. -----------------------------------------------------------------------------
  80. You can now control the volume for DMA sound.  You can specify this on page 7
  81. of "Edit Program Parameters".
  82. -----------------------------------------------------------------------------
  83. A new feature has been added if you use the "Link Sound To Welcome Screen"
  84. option.  If Super Boot does not find a sound which has the same filename as
  85. the welcome screen it displayed, it will look for a sound with the filename
  86. DEFAULT.  This may be a DMA or Digisound file - it can handle both.  For
  87. example DEFAULT.S13 or DEFAULT.SS5 are both acceptable filenames.  A default
  88. sound is not required, but it is loads of fun!
  89. -----------------------------------------------------------------------------
  90. Super Boot can now be called from other programs with a command line argument
  91. (as if it were a .TTP program) to set up your system based on a specified
  92. function key.  This allows you to, for example, set up a .BAT file in
  93. Neodesk that you could just double-click on and have Super Boot do the rest.
  94. Or you could program a function key (with the appropriate hot-key type 
  95. program) to execute Super Boot.  The command line is of the form:
  96.  
  97.    SUPERBT.PRG fk [drv] [-option]
  98.  
  99.    fk = function key:  1-10 normal function key
  100.                       11-20 ALT function key (ALT-F1 to ALT-F10)
  101.                       21-30 CONTROL function key (CONTROL-F1 to CONTROL-F10)
  102.    drv = boot drive
  103.    option = "W" for warmboot or "C" for coldboot
  104.  
  105. The function key number is required and must be the first argument on the
  106. command line.  The boot drive and reboot option are optional and their order
  107. is not important.  If the calling program does not make the drive or partition
  108. where Super Boot resides the default drive, then you must supply the boot
  109. drive on the command line.  I would recommend doing it anyway just to be safe,
  110. otherwise Super Boot will not be able to find its data files.  Also, you
  111. should be calling the copy of Super Boot you boot with in the AUTO folder,
  112. not a different copy in another folder.
  113.  
  114. The reboot option will reboot the machine so that after the files are
  115. activated according the specified function key, the programs and accessories
  116. will be loaded.  It is recommended that the -W reboot option is used so that
  117. Super Boot will not run from the AUTO folder when the machine is rebooted.
  118. The -C coldboot option should (on most models of ST's) simulate a real
  119. coldboot in which case Super Boot would run from the AUTO folder since the
  120. program would think the machine was just turned on.  If no reboot option is
  121. specified, Super Boot will just activate/deactivate the files for the
  122. specified function keys and exit without doing anything else.
  123.  
  124. Examples: SUPERBT.PRG 5 -W C {set function key F5, boot drive = C:, warmboot}
  125.           SUPERBT.PRG 11 -C  {set function key ALT-F1, do a coldboot, current
  126.                               drive is the boot drive}
  127.           SUPERBT.PRG 25     {set function key CONTROL-F5, current drive is
  128.                               the boot drive, do not reboot machine}
  129. -----------------------------------------------------------------------------
  130. Two new options have been added to the file selection screen.  You can now
  131. press "W" to update the files you have selected and then do a "W"armboot, or
  132. you can press "C" to update the files and do a "C"oldboot.  As mentioned above,
  133. a Warmboot should prevent Super Boot from running twice on the same boot.
  134.  
  135. Why would you use this feature?  If for some reason you have an AUTO program
  136. that runs befo